scalebutton: Invert smooth scroll dy when adding to the current value
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 18 Sep 2014 11:48:35 +0000 (13:48 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Sep 2014 00:28:27 +0000 (20:28 -0400)
commitf8f74b59e38b402bf78ac8b454a8f26e839f8349
treedd46426df92858a9197610ff0169e7fa0f62dc30
parentbc879ab2ddd119399e77b94b46472ddad3a686d8
scalebutton: Invert smooth scroll dy when adding to the current value

On regular scrolling (ie. not natural scrolling), positive deltas in the
Y axis (downwards) should actually move the value towards the adjustment
minimum value to be more intuitive. This also makes the scrolling
directions match between the button and the popped up scale.

https://bugzilla.gnome.org/show_bug.cgi?id=736830
gtk/gtkscalebutton.c